ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientResizedColumn Property






In This Topic
    OnClientResizedColumn Property
    In This Topic
    Occurs when the user finishes resizing a column.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientResizedColumn As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientResizedColumn = value
     
    value = instance.OnClientResizedColumn
    public virtual System.string OnClientResizedColumn {get; set;}
    public read-write property OnClientResizedColumn: System.String; virtual; 
    public function get,set OnClientResizedColumn : System.String
    public: __property virtual System.string* get_OnClientResizedColumn();
    public: __property virtual void set_OnClientResizedColumn( 
       System.string* value
    );
    public:
    virtual property System.String^ OnClientResizedColumn {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also